All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aka.snmp.TypeTimeTick

java.lang.Object
   |
   +----aka.snmp.Type
           |
           +----aka.snmp.TypeInt
                   |
                   +----aka.snmp.TypeTimeTick

public class TypeTimeTick
extends TypeInt
SNMP KTIMETICK Type

See Also:
Type

Method Index

 o BERSerialize()
SNMP protocol conversion.
 o toString()
Return a String representation of the type

Methods

 o BERSerialize
 public ByteBuffer BERSerialize()
SNMP protocol conversion. Convert the variable to a sequence of bytes, according to SNMP Protocol rules.

Overrides:
BERSerialize in class TypeInt
 o toString
 public String toString()
Return a String representation of the type

Overrides:
toString in class TypeInt

All Packages  Class Hierarchy  This Package  Previous  Next  Index